projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288a8f1
)
remove some left-over dead code
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 27 Jun 2010 17:01:12 +0000
(18:01 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 27 Jun 2010 17:01:12 +0000
(18:01 +0100)
babl/babl-sampling.c
patch
|
blob
|
history
diff --git
a/babl/babl-sampling.c
b/babl/babl-sampling.c
index a3fa3a6db34344e68a0666fa8da1630af0f7d45a..d2e43d61b9a8a49823919505ffbae92325069e63 100644
(file)
--- a/
babl/babl-sampling.c
+++ b/
babl/babl-sampling.c
@@
-42,14
+42,6
@@
babl_sampling (int horizontal,
return NULL;
}
-
-static int
-each_babl_sampling_destroy (Babl *babl,
- void *data)
-{
- return 0;
-}
-
void
babl_sampling_class_for_each (BablEachFunction each_fun,
void *user_data)
@@
-66,13
+58,6
@@
babl_sampling_class_for_each (BablEachFunction each_fun,
}
}
-
-void
-babl_sampling_class_destroy (void)
-{
- babl_sampling_class_for_each (each_babl_sampling_destroy, NULL);
-}
-
void
babl_sampling_class_init (void)
{